home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / screens / chatrooms.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  6.1 KB  |  139 lines

  1. <screen title="Chatrooms[AOL chatroom option on tree view]" version="1.0">
  2.  
  3.     <!-- actions -->
  4.     <list id="acts">
  5.         <record text="Login[AOL; action button for logging in]" id="logi" event_id="logi"/>
  6.         <record text="Logout[AOL; action button for logging out]" id="logo" event_id="logo"/>
  7.         <record text="Leave Room[AOL; action for leaving a chatroom]" id="leav" event_id="leav"/>
  8.     </list>
  9.     
  10.     <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
  11.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  12.  
  13.     <widget class="group_box">
  14.  
  15.         <layout class="arrange_horizontal_attachment" alignment="right, extend" offset="0"/>
  16.         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>
  17.  
  18.         <!-- main area-->
  19.         <widget class="titled_box" id="mess" title="Messages">
  20.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  21.             
  22.             <!-- information panel shown when not logged in-->
  23.             <widget class="group_box" id="info">
  24.                 <layout class="arrange_vertical_attachment" alignment="top"/>
  25.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  26.             
  27.                 <widget class="text" id="iftx" auto_size="vertical" standard_spec="text"/>
  28.             </widget>
  29.  
  30.             <!-- rooms box -->
  31.             <widget class="group_box" id="romb">
  32.                 <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
  33.             
  34.                 <widget class="scrolling_box">
  35.                     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  36.  
  37.                     <widget class="group_box">
  38.                         <layout class="fit_children_attachment" alignment="vertical,fill"/>
  39.                         <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  40.                         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  41.                     
  42.                         <!--recent rooms-->
  43.                         <widget class="table" id="rcrm" stretch_to_fit_rows="true" mode="select_rows, show_bullets, stripe_rows" layout="-1" double_click_event="join" sele="slrr"> 
  44.                             <!-- headings -->            
  45.                             <list id="headings">
  46.                                 <record>
  47.                                     <string value="Recent chat rooms[AOL; table containing the recently visited FM chat rooms]"/>
  48.                                     <flags id="algn" value="left"/>
  49.                                 </record>
  50.                             </list>
  51.                         </widget>                    
  52.  
  53.                         <!--fixed rooms-->
  54.                         <widget class="table" id="mnrm" stretch_to_fit_rows="true" mode="select_rows, show_bullets, stripe_rows" double_click_event="join" layout="-1" sele="slmr"> 
  55.                             <!-- headings -->            
  56.                             <list id="headings">
  57.                                 <record>
  58.                                     <string value="Main chat rooms[AOL; table containing the standard FM chat rooms]"/>
  59.                                     <flags id="algn" value="left"/>
  60.                                 </record>
  61.                             </list>
  62.                             
  63.                             <!-- chatrooms -->
  64.                             <widget class="label" column="0" row="0" text="FM Chat[AOL; preset chat room name]">
  65.                                 <string id="room" value="FM Chat"/>
  66.                             </widget>
  67.                             
  68.                             <widget class="label" column="0" row="1" text="FM Network Games[AOL; preset chat room name]">
  69.                                 <string id="room" value="FM Network Games"/>
  70.                             </widget>
  71.                             
  72.                             <widget class="label" column="0" row="2" text="Off Topic[AOL; preset chat room name]">
  73.                                 <string id="room" value="Off Topic"/>
  74.                             </widget>
  75.                         </widget>                    
  76.                         
  77.                     </widget>
  78.                 </widget>
  79.  
  80.                 <!-- container for join buttons -->
  81.                 <widget class="group_box">
  82.                     <layout class="stick_to_sides_attachment" alignment="right" inset="0"/>
  83.                     <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  84.                     <layout class="fit_children_attachment" alignment="horizontal,fill" offset="0"/>
  85.                     <layout class="arrange_horizontal_attachment" alignment="right" offset="0"/>
  86.                     <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  87.                                                 
  88.                     <!-- join other button-->
  89.                     <widget class="action_button" id="join" text="Join[AOL; button for joining a chat room]" auto_size="horizontal" click_event="join"/>
  90.  
  91.                     <!-- join other button-->
  92.                     <widget class="action_button" text="Join Other...[AOL; button for joining other chat room]" auto_size="horizontal" click_event="jnot"/>
  93.                     
  94.                 </widget>
  95.             </widget>
  96.             
  97.             <!-- messages table -->
  98.             <widget class="table" id="mest" mode="0" auto_size_rows="true" row_spacing="4" fixed_size_rows="false" layout="-1"/>
  99.  
  100.         </widget>
  101.  
  102.         <!-- users -->            
  103.         <widget class="titled_box" id="useb" title="People[AOL; People panel heading]" width="200">
  104.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>
  105.             <widget class="table" id="user" sele="htsl"  layout="-1" auto_size_rows="true">
  106.                 <flags id="mode" value="fill_rows"/>
  107.                 
  108.                 <record id="default_properties">
  109.                     <flags id="alignment" value="left, centre_y"/>
  110.                 </record>
  111.             </widget>
  112.         </widget>
  113.     </widget>
  114.  
  115.     <!-- text box at bottom -->
  116.     <widget class="titled_box" id="edib" text="Message[AOL; title message window for chat room]">
  117.         <layout class="stick_to_sides_attachment" alignment="horizontal, top" inset="0" layout_children="true"/>
  118.         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  119.         
  120.         <container embed_in_frame="true">
  121.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  122.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  123.         
  124.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  125.         
  126.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  127.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  128.         
  129.             <!-- send button-->
  130.             <widget kind="embedded_action_button" id="send" auto_size="all" click_event="nwms" text="Send[AOL; button for sending a chat message]" embed_in_frame="true"/>
  131.         </container>
  132.         
  133.         <!-- edit box-->
  134.         <widget class="edit_control" id="edit" ask_for_focus="true" multiline="true" allow_newlines="false" height="40" return_event="nwms" changed_event="edms">
  135.             <layout class="max_length_attachment" length="232"/>
  136.         </widget>
  137.     </widget>
  138. </screen>
  139.